1295
C language: Select structure 7 (score conversion)Time limit (Common/Java): 1000 ms/3000 Ms running memory limit: 65536 KbyteTotal submissions: 901 pass the test: 593
Description
The score is given in the one hundred score system. The score levels 'A', 'B', 'C', 'D', and
This question requires programming to convert a percentage to a five-digit score. Conversion rules:
If the value is greater than or equal to 90, it is divided into;
B is smaller than 90 and greater than or equal to 80;
Less than 80 and greater than or equal to 70 is C;
Less than 70 and greater than or equal to 60 is D;
Less than 60 is E.Input Format:Enter the percentage
Score conversion time limit: 1000 MS | memory limit: 65535 KB difficulty: 1
Description
Compile a program for determining the Student Score level. The function of this program is to judge a score (integer). If the number is greater than or equal to 90, output A. If the number is greater
Tutorial 11: Problem B: score type conversion, 11. problem
Home
Web Board
ProblemSet
Standing
Status
Statistics
Problem B: score type conversion
Problem B: score class type conversion Time Limit: 3
Score ConversionTime limit:2000/1000 MS (java/others) Memory limit:65536/32768 K (java/others) total submission (s): 117938 accepte D Submission (s): 51743Problem DescriptionEnter a percentile score T, convert it to the corresponding level, the specific conversion rules are as follows: 90~100 is A; 80~89 is b; 70~79 is C; 60~69 is D; 0~59 to E;InputThere are mult
This question requires programming to convert a percentage to a five-digit score. Conversion rules:
If the value is greater than or equal to 90, it is divided into;
B is smaller than 90 and greater than or equal to 80;
Less than 80 and greater than or equal to 70 is C;
Less than 70 and greater than or equal to 60 is D;
Less than 60 is E.Input Format:Enter the percentage
Problem description Enter a percentile score T, convert it to the corresponding level, the specific conversion rules are as follows:90~100 is A;80~89 is b;70~79 is C;60~69 is D;0~59 to E;InputThere are multiple sets of input data, one for each group, and an integer.OutputFor each set of input data, output one line. If the input data is not in the 0~100 range, output one line: "
Score conversion time limit: 3000 MS | memory limit: 65535 kb difficulty: 1
Description
Enter a percentage system score m to convert it to the corresponding level. The specific conversion rules are as follows:
90 ~ 100 is;
80 ~ 89 is B;
70 ~ 79 is C;
60 ~ 69 is D;
0 ~ 59 is E;
Input
NYOJ-score ConversionScore conversion time limit: 3000 MS | memory limit: 65535 KB difficulty: 1
Description
Enter a percentage system score M to convert it to the corresponding level. The specific conversion rules are as follows:
90 ~ 100 is;
80 ~ 89 is B;
70 ~ 79 is C;
60 ~ 69 is D;
0 ~ 59 is E
This question requires programming to convert a percentage to a five-digit score. Conversion rules:
If the value is greater than or equal to 90, it is divided into;
B is smaller than 90 and greater than or equal to 80;
Less than 80 and greater than or equal to 70 is C;
Less than 70 and greater than or equal to 60 is D;
Less than 60 is E.Input Format:Enter the percentage
Time limit:1000MS Memory Limit:32768KB 64bit IO Format:%i64d A mp %i64u DescriptionEnter a percentile score T and convert it to a corresponding level, with the following specific conversion rules:90~ 100 is A; 80~ 89 is b; 70~ 79 is C; 60~ 69 is D; 0~ 59 is e; InputThere are multiple sets of input data, one for each group, and an integer.OutputFor each set of input data, output one line.
1818. Achievement Conversion
ConstraintsTime limit:5 secs, Memory limit:32 MBDescriptionSave the student's name and score, then check the student's grade by name.Enter the score for percentile, convert it to the corresponding level, and the specific conversion rules are as follows:90~100 is A;80~89 is B;70~79 is C;
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.